Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_defined_functions
get_defined_functions
Returns an array of all defined functions
Name:
get_defined_functions
Category:
Function processing
Programming Language:
php
One-line Description:
Returns an array of all defined functions
Related
Use php_uname() to build debug level logging
9
Common Issues and Solutions in PHP Data Structures Implementation
5
Use mysqli_result to implement export and printing of tables
9
How to avoid statistical errors caused by floating point accuracy?
3
Similar Functions
function_exists
function_exists
Returntrueifthegiven
create_function
create_function
Createananonymous(la
call_user_func
call_user_func
Callthefirstparamete
func_get_args
func_get_args
Returnsanarraycontai
forward_static_call
forward_static_call
Callingstaticmethods
func_get_arg
func_get_arg
Returnsaniteminthepa
register_shutdown_function
register_shutdown_function
Registerafunctiontha
unregister_tick_function
unregister_tick_function
Unregisterthefunctio
Popular Articles